Receptive Area
Mostly used in CNN contexts, this is the area in the input that effect a certain neuron.
For example, if we have a 224x224 image as the input and have two CNN layers with 2x2 max pooling (each layer halves width and height), after CNN layers, each neuron would have receptive area of a 4x4 square in the original image.